ComponentOne Scheduler for WPF and Silverlight
Item Property (BaseList<T>)

C1.C1Schedule Namespace > BaseList<T> Class : Item Property
Syntax
'Declaration
 
Public Default Property Item( _
   ByVal index As System.Integer _
) As T
public T this[ 
   System.int index
]; {get; set;}

Parameters

index
See Also

Reference

BaseList<T> Class
BaseList<T> Members